Description
Get the relations for the input document. The 'outgoing' parameter ca be used to specify whether outgoing or incoming relations should be returned. Retuns a document list.
Operation id | Document.GetLinkedDocuments |
Aliases | Relations.GetRelations
|
Category | Services |
Label | Get Linked Documents |
Requires | |
Since | |
Parameters
Signature
Inputs | document |
Outputs | documents |
Implementation Information
JSON Definition
{
"id" : "Document.GetLinkedDocuments",
"aliases" : [ "Relations.GetRelations" ],
"label" : "Get Linked Documents",
"category" : "Services",
"requires" : null,
"description" : "Get the relations for the input document. The 'outgoing' parameter ca be used to specify whether outgoing or incoming relations should be returned. Retuns a document list.",
"url" : "Document.GetLinkedDocuments",
"signature" : [ "document", "documents" ],
"params" : [ {
"name" : "predicate",
"description" : null,
"type" : "string",
"required" : true,
"widget" : null,
"order" : 0,
"values" : [ ]
}, {
"name" : "graphName",
"description" : null,
"type" : "string",
"required" : false,
"widget" : null,
"order" : 0,
"values" : [ ]
}, {
"name" : "outgoing",
"description" : null,
"type" : "boolean",
"required" : false,
"widget" : null,
"order" : 0,
"values" : [ ]
} ]
}